Animated GIF Commands


See
giflikeanim_frommasterpage.mbd example.

 

AGifPlay("ObjectLabel")
Description
 


P
lay gif (for example if autoplay feature is off).

Code Example
 

** Start playing animated gif
AGifPlay("AniGif")

 

AGifStop("ObjectLabel")
Description
 


S
top gif. The next play will continue from this frame.

Code Example
 

** Stop playing animated gif
AGifStop("AniGif")

 

AGifReset("ObjectLabel")
Description
 


Reset
gif. Set the first frame.

Code Example
 

** Reset animated gif
AGifReset("AniGif")

 

 

MMB Scripting Unleashed by Bokzy, 2003 :: All rights reserved :: http://www.bokzy.com